home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip Kasım 2003.iso / prog / basic / CLONECD / Setup.exe / $SMPROGRAMS / CloneCD / CloneCD.exe / 0 / RCDATA / TREADERSETTINGSFORM / TREADERSETTINGSFORM.txt
Encoding:
Text File  |  2003-05-08  |  3.9 KB  |  186 lines

  1. object ReaderSettingsForm: TReaderSettingsForm
  2.   Left = 241
  3.   Top = 763
  4.   BorderStyle = bsDialog
  5.   Caption = 'Reader Settings'
  6.   ClientHeight = 303
  7.   ClientWidth = 398
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnHelp = FormHelp
  17.   OnMouseDown = FormMouseDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel2: TPanel
  22.     Left = 0
  23.     Top = 222
  24.     Width = 398
  25.     Height = 61
  26.     Align = alBottom
  27.     TabOrder = 0
  28.     object OkButton: TButton
  29.       Left = 192
  30.       Top = 17
  31.       Width = 89
  32.       Height = 25
  33.       ModalResult = 1
  34.       TabOrder = 0
  35.     end
  36.     object CancelButton: TButton
  37.       Left = 288
  38.       Top = 17
  39.       Width = 89
  40.       Height = 25
  41.       Cancel = True
  42.       ModalResult = 2
  43.       TabOrder = 1
  44.     end
  45.   end
  46.   object PageControl: TPageControl
  47.     Left = 0
  48.     Top = 0
  49.     Width = 398
  50.     Height = 222
  51.     ActivePage = CapTabSheet
  52.     Align = alClient
  53.     HotTrack = True
  54.     TabIndex = 0
  55.     TabOrder = 1
  56.     object CapTabSheet: TTabSheet
  57.       ImageIndex = 1
  58.       object AllowSubDataCheckBox: TCheckBox
  59.         Left = 32
  60.         Top = 38
  61.         Width = 337
  62.         Height = 17
  63.         ParentShowHint = False
  64.         ShowHint = False
  65.         TabOrder = 0
  66.         OnMouseDown = FormMouseDown
  67.       end
  68.       object AllowSubAudioCheckBox: TCheckBox
  69.         Left = 32
  70.         Top = 70
  71.         Width = 337
  72.         Height = 17
  73.         ParentShowHint = False
  74.         ShowHint = False
  75.         TabOrder = 1
  76.         OnMouseDown = FormMouseDown
  77.       end
  78.       object AllowCDTextCheckBox: TCheckBox
  79.         Left = 32
  80.         Top = 102
  81.         Width = 337
  82.         Height = 17
  83.         ParentShowHint = False
  84.         ShowHint = False
  85.         TabOrder = 2
  86.         OnMouseDown = FormMouseDown
  87.       end
  88.       object ReaderDefaultButton: TButton
  89.         Left = 240
  90.         Top = 144
  91.         Width = 97
  92.         Height = 25
  93.         TabOrder = 3
  94.         OnClick = ReaderDefaultButtonClick
  95.       end
  96.     end
  97.     object FESTabSheet: TTabSheet
  98.       ImageIndex = 1
  99.       object RetriesLabel: TLabel
  100.         Left = 48
  101.         Top = 48
  102.         Width = 169
  103.         Height = 17
  104.         Alignment = taRightJustify
  105.         AutoSize = False
  106.         Caption = 'Lala'
  107.         Layout = tlBottom
  108.         OnMouseDown = FormMouseDown
  109.       end
  110.       object CorrectionLabel: TLabel
  111.         Left = 48
  112.         Top = 96
  113.         Width = 169
  114.         Height = 17
  115.         Alignment = taRightJustify
  116.         AutoSize = False
  117.         Caption = 'Retries'
  118.         Layout = tlBottom
  119.         OnMouseDown = FormMouseDown
  120.       end
  121.       object HardRetries: TComboBox
  122.         Left = 240
  123.         Top = 48
  124.         Width = 97
  125.         Height = 21
  126.         Style = csDropDownList
  127.         DropDownCount = 16
  128.         ItemHeight = 13
  129.         PopupMenu = MainForm.PopupMenu1
  130.         TabOrder = 0
  131.         Items.Strings = (
  132.           '0'
  133.           '1'
  134.           '2'
  135.           '3'
  136.           '4'
  137.           '5'
  138.           '6'
  139.           '7'
  140.           '8'
  141.           '9'
  142.           '10'
  143.           '11'
  144.           '12'
  145.           '13'
  146.           '14'
  147.           '15')
  148.       end
  149.       object Recovery: TComboBox
  150.         Left = 240
  151.         Top = 96
  152.         Width = 97
  153.         Height = 21
  154.         Style = csDropDownList
  155.         ItemHeight = 13
  156.         PopupMenu = MainForm.PopupMenu1
  157.         TabOrder = 1
  158.       end
  159.       object DefaultButton: TButton
  160.         Left = 240
  161.         Top = 144
  162.         Width = 97
  163.         Height = 25
  164.         TabOrder = 2
  165.         OnClick = DefaultButtonClick
  166.         OnMouseDown = FormMouseDown
  167.       end
  168.     end
  169.   end
  170.   object StatusPanel: TPanel
  171.     Left = 0
  172.     Top = 283
  173.     Width = 398
  174.     Height = 20
  175.     Align = alBottom
  176.     Alignment = taLeftJustify
  177.     BevelInner = bvLowered
  178.     BevelOuter = bvNone
  179.     BorderWidth = 1
  180.     ParentShowHint = False
  181.     ShowHint = False
  182.     TabOrder = 2
  183.     OnMouseDown = FormMouseDown
  184.   end
  185. end
  186.